created on Tue Nov 05 15:13:32 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

12

100.0%

41.633 seconds

0

0

0

2. Features

2.1. Appearance of Component with Excluded Components in XS PASS

Result: PASS Time: 2.218 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selector)
Source

pagedetails page details1 XS 0

Current

pagedetails page details1 XS 0

Diff

pagedetails page details1 XS 0.diff

  • Where:

2.2. Appearance of Component with Excluded Components in SM PASS

Result: PASS Time: 2.164 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selector)
Source

pagedetails page details1 SM 0

Current

pagedetails page details1 SM 0

Diff

pagedetails page details1 SM 0.diff

  • Where:

2.3. Appearance of Component with Excluded Components in MD PASS

Result: PASS Time: 2.444 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selector)
Source

pagedetails page details1 MD 0

Current

pagedetails page details1 MD 0

Diff

pagedetails page details1 MD 0.diff

  • Where:

2.4. Appearance of Component with Excluded Components in LG PASS

Result: PASS Time: 2.615 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selector)
Source

pagedetails page details1 LG 0

Current

pagedetails page details1 LG 0

Diff

pagedetails page details1 LG 0.diff

  • Where:

2.5. Appearance of Component with Excluded Components in XLG PASS

Result: PASS Time: 3.075 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selector)
Source

pagedetails page details1 XLG 0

Current

pagedetails page details1 XLG 0

Diff

pagedetails page details1 XLG 0.diff

  • Where:

2.6. Appearance of Component with Excluded Components in XXLG PASS

Result: PASS Time: 3.552 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details1"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selector)
Source

pagedetails page details1 XXLG 0

Current

pagedetails page details1 XXLG 0

Diff

pagedetails page details1 XXLG 0.diff

  • Where:

2.7. Appearance of Component with Background and Included Components in XS PASS

Result: PASS Time: 2.675 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details2"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selector)
Source

pagedetails page details2 XS 0

Current

pagedetails page details2 XS 0

Diff

pagedetails page details2 XS 0.diff

  • Where:

2.8. Appearance of Component with Background and Included Components in SM PASS

Result: PASS Time: 2.993 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details2"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selector)
Source

pagedetails page details2 SM 0

Current

pagedetails page details2 SM 0

Diff

pagedetails page details2 SM 0.diff

  • Where:

2.9. Appearance of Component with Background and Included Components in MD PASS

Result: PASS Time: 3.797 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details2"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selector)
Source

pagedetails page details2 MD 0

Current

pagedetails page details2 MD 0

Diff

pagedetails page details2 MD 0.diff

  • Where:

2.10. Appearance of Component with Background and Included Components in LG PASS

Result: PASS Time: 4.208 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details2"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selector)
Source

pagedetails page details2 LG 0

Current

pagedetails page details2 LG 0

Diff

pagedetails page details2 LG 0.diff

  • Where:

2.11. Appearance of Component with Background and Included Components in XLG PASS

Result: PASS Time: 4.782 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details2"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selector)
Source

pagedetails page details2 XLG 0

Current

pagedetails page details2 XLG 0

Diff

pagedetails page details2 XLG 0.diff

  • Where:

2.12. Appearance of Component with Background and Included Components in XXLG PASS

Result: PASS Time: 5.521 seconds

  • Given: >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#page-details2"
  • When I am in the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should appear on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selector)
Source

pagedetails page details2 XXLG 0

Current

pagedetails page details2 XXLG 0

Diff

pagedetails page details2 XXLG 0.diff

  • Where: